GetComputedStyleForNodeResponse

data class GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)

Represents response frame that is returned from CSS#getComputedStyleForNode operation call. Returns the computed style for a DOM node identified by nodeId.

See also

Constructors

GetComputedStyleForNodeResponse
Link copied to clipboard
fun GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)

Properties

computedStyle
Link copied to clipboard
val computedStyle: List<CSSComputedStyleProperty>
Computed style for the specified DOM node.

Sources

jvm source
Link copied to clipboard